home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Pascal / source / Directory Massager / Directory Massager Comments next >
Encoding:
Text File  |  1987-03-01  |  818 b   |  16 lines  |  [TEXT/EDIT]

  1.     Directory Massager Comments  November 30, 1986; March 1, 1987
  2.     
  3. I got tired of cutting and pasting and searching and changing to make the
  4. GEnie directories I had "saved off the top" into  a form palatable to Excel.
  5. "This is the kind of stuff a computer should do" I kept saying.
  6. So I wrote a MacPascal program, GenieDirTabber, to appropriately massage the captured text.
  7.  
  8. The results seemed useful enough to share, and also to climb the learning curve
  9. to convert MacPascal source code to TML code. Along the way, I spawned the
  10. plain-vanilla UglyMassage.Pas to get something to run from the Finder, and eventually
  11. DirMassage.pas with resources and everything.
  12.  
  13. The other utilities that perform such a task, which have been uploaded to GEnie, seem to be
  14. considerably larger than my CMUG#2994...I wonder why.
  15.  
  16. B.Overkamp